-
Notifications
You must be signed in to change notification settings - Fork 584
Synch Pod-Simple-3.47 into blead #23319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I've marked this p.r. "defer-next-dev" because changes in Pod-Simple's functioning are significant enough to have caused test failures in Pod-Html's test suite when I attempted today to synch Pod-Simple-3.47. Those failures will become evident in tests in the smoke-me branch underlying this p.r. We've encountered this syndrome previously. See: #21311 and #21326. It's too late in this cycle to start messing around with Pod::Html's ugly test suite, so let's defer bringing this version of Pod-Simple into blead. |
The relevant test failures in Pod-Html:
|
9d0f651
to
dd3f48f
Compare
From Pod-Simple's Changelog: 3.47 2025-05-15 Karl Williamson <khw@cpan.org> - No git-related files in MANIFEST James Keenan++ - Rename method and field to avoid conflicts Graham Knop++ 3.46 2025-05-12 Karl Williamson <khw@cpan.org> - XHTML: =over without =item should render as a blockquote Graham Knop++ - Add support for underlined text U<> formatting Graham Knop++ - Make 'temp' name checking more succinct Max Maischein++ - github: fix and add tests Lukas Mai++ rwp0++ - Makefile.PL: add missing 'warnings' prereq Lukas Mai++ - Add select method compatible with Pod::Select Graham Knop++ - Modernize htmlbat.t, corpus.t Lukas Mai++, Graham Knop++ - Fix links, typos, acknowledgments James Keenan++ rwp0++, Dan Book++ - Add documentation on sublcassing Graham Knop++ - Fix version checking Philippe Bruhat++ - Fix version number Thibault Duponchelle++ - Use rel2abs instead of abs_path Andrew Fresh++ Committer: Update our expected pod2html output to reflect changes in Pod-Simple being synched into Perl 5 core subsequent to v5.43.0 tag.
32c523c
to
5c64980
Compare
Tests in ext/Pod-Html/t have been updated to reflect new expectations as of Pod-Simple-3.47. smoke-me branch squashed and re-pushed. Please review. |
From Changelog:
3.47 2025-05-15 Karl Williamson khw@cpan.org
- No git-related files in MANIFEST James Keenan++
- Rename method and field to avoid conflicts Graham Knop++
3.46 2025-05-12 Karl Williamson khw@cpan.org
- XHTML: =over without =item should render as a blockquote Graham Knop++
- Add support for underlined text U<> formatting Graham Knop++
- Make 'temp' name checking more succinct Max Maischein++
- github: fix and add tests Lukas Mai++ rwp0++
- Makefile.PL: add missing 'warnings' prereq Lukas Mai++
- Add select method compatible with Pod::Select Graham Knop++
- Modernize htmlbat.t, corpus.t Lukas Mai++, Graham Knop++
- Fix links, typos, acknowledgments James Keenan++ rwp0++, Dan Book++
- Add documentation on sublcassing Graham Knop++
- Fix version checking Philippe Bruhat++
- Fix version number Thibault Duponchelle++
- Use rel2abs instead of abs_path Andrew Fresh++
TODO: fill description here